home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / EDITORS / ED / !Ed / RunMake < prev    next >
Text File  |  1990-04-02  |  376b  |  18 lines

  1. | General Make file runner
  2.  
  3. Echo |V |@
  4. set Make$Dir <Obey$Dir>
  5. Echo Constructing RunImage for <Make$Dir> |M
  6.  
  7. DIR <Make$Dir>
  8.  
  9. if "<System$Path>" = "" then Error 0 System resources cannot be found
  10.  
  11. RMEnsure SharedCLibrary 1.02 RMLoad System:Modules.CLib
  12. RMEnsure SharedCLibrary 1.02 Error You need SharedCLibrary 1.02 or later
  13.  
  14. amu -s -o MakeIt
  15. settype MakeIt FFE 
  16. exec MakeIt
  17.  
  18.